home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-11 | 416 b | 19 lines | [TEXT/hscd] |
- ;******* TEMPLATE C Sample Program Module Definition File (.DEF) ********
- ;
- ; The module definition file supplies extra information about the program
- ; module to the LINKER.
- ; Copyright 1991 IBM Corporation
- ;
- ; Note the WINDOWAPI keyword is required for link386
- NAME Page WINDOWAPI
-
- DESCRIPTION 'The Mesa Page sample application'
-
- CODE MOVEABLE
- DATA MOVEABLE MULTIPLE
-
- HEAPSIZE 8192
- STACKSIZE 32768
-
-
-